GetCurrentTimeResponse

data class GetCurrentTimeResponse(currentTime: Double)

Represents response frame that is returned from Animation#getCurrentTime operation call. Returns the current time of the an animation.

See also

Constructors

GetCurrentTimeResponse
Link copied to clipboard
fun GetCurrentTimeResponse(currentTime: Double)

Properties

currentTime
Link copied to clipboard
val currentTime: Double
Current time of the page.

Sources

jvm source
Link copied to clipboard